|
HTML-tags in the "Text" object Yes, this object does understand some simplest HTML tags. Tags can be located inside the text of an object. Tags are disabled by default; to enable them, either select the "Allow HTML tags" item in the object context menu, or enable the "AllowHTMLTags" property in the object inspector. Here is the list of supported tags: <b> - bold text As one may notice, not too many tags are supported, but it is rather enough for the majority of applications. It is impossible to modify font size and name; otherwise the textrendering unit in FastReport must be appreciably complicated. The following examples demonstrate how these tags can be used. text <b>bold text</b> <i>text in italic</i> <b><i>bold and in italic</b></i>
Displaying expressions with the help of the "Text" object |